This AgileShape can be used to copy custom list items from one list to another.
NOTE: If errors occur during the execution, a message will be written into the SharePoint Integration log file.
NOTE: This AgileShape is a specialized sub-type of the AgilePart AgileShape. Refer to the documentation for the AgilePart AgileShape for additional information about the properties and behavior that this sub-type inherits from the AgilePart AgileShape.
Design-Time Properties
NOTE: Since this AgileShape is a specialized sub-type of the AgilePart AgileShape, all of the standard properties supported by the AgilePart AgileShape are also supported by this AgileShape. Since they are already documented elsewhere, the standard AgilePart properties are not documented in this section. Refer to the documentation for the AgilePart AgileShape for information about the standard AgilePart properties. Additional design-time properties (other than the standard AgilePart properties) that are specific to this AgileShape are documented below.
CopyListItemsConfiguration
Specifies the configuration for copying list items.
Source Site URL
Specifies the source SharePoint site URL that includes the list for which items are to be copied from.
Source List Name
Specifies the name of the list that includes the list items to be copied.
Source Folder Name
Specifies the name of the folder that includes the list items to be copied.
ListItem Field Name
Specifies the name of the list item field to be copied to another list. This allows you to copy only one field from a list item to another list.
ListItem Field Value
Specifies the value of the field to be copied. This can be used as a filtering mechanism where only fields with the specified value are copied to another list.
Target Site URL
Specifies the target SharePoint site URL that includes the list for which the list items will be copied to.
Target List Name
Specifies the name of the list where the list items will be copied to.
Target Folder Name
Specifies the name of the folder where the list items will be copied to. If the folder does not exist the system will automatically create it.
Debug
Default value: False
This property determines whether the AgileShape will log additional progress and debugging messages to the AgilePoint Server log file at runtime. This property can be set to the following specific values:
- False
This value indicates that the AgileShape will not log additional progress and debugging messages to the AgilePoint Server log file at runtime.
- True
This value indicates that the AgileShape will log additional progress and debugging messages to the AgilePoint Server log file at runtime. These messages are often helpful in verifying that the AgileShape is functioning properly and/or with troubleshooting any problems or suspected problems with the AgileShape’s runtime behavior or configuration.
ListItemFieldName
Read Only
The name of the list item field to be copied to another list.
ListItemFieldValue
Read Only
The value of the field to be copied.
SourceFolderName
Read Only
The name of the folder that includes the list items to be copied.
SourceListName
Read Only
The name of the list that includes the list items to be copied.
SourceSiteURL
Read Only
The source SharePoint site URL that includes the list for which list items are to be copied.
TargetFolderName
Read Only
The name of the folder where the list items will be copied to.
TargetListName
Read Only
The name of the list where the list items will be copied to.
TargetSiteURL
Read Only
The target SharePoint list URL where the list items will be copied to.